internal/chacha8rand.State.buf (field)
15 uses
internal/chacha8rand (current package)
chacha8.go#L28: buf [32]uint64
chacha8.go#L50: return s.buf[i&31], true // i&31 eliminates bounds check
chacha8.go#L66: block(&s.seed, &s.buf, 0)
chacha8.go#L85: s.seed[0] = s.buf[len(s.buf)-reseed+0]
chacha8.go#L86: s.seed[1] = s.buf[len(s.buf)-reseed+1]
chacha8.go#L87: s.seed[2] = s.buf[len(s.buf)-reseed+2]
chacha8.go#L88: s.seed[3] = s.buf[len(s.buf)-reseed+3]
chacha8.go#L91: block(&s.seed, &s.buf, s.c)
chacha8.go#L93: s.n = uint32(len(s.buf))
chacha8.go#L95: s.n = uint32(len(s.buf)) - reseed
chacha8.go#L153: block(&s.seed, &s.buf, s.c)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |